Answer:

Not really.

Picture of the Relations

Perhaps a picture is needed. Clouds represent class definitions, solid rectangles represent objects, and dotted rectangles represent the static part of a class. Look back at the example program as you study the diagram.

picture of the relations

Don't be discouraged if this is less than perfectly clear! It usually takes some time to get all of these relationships straight. A bit more practice would not hurt, either.

QUESTION 20:

(Thought question: ) Could the static main() method be defined as part of the ButtonFrame class? (So that a separate ButtonDemo class is not needed.)